Change the license URL from http://www.gnu.org/licenses/ to https://
authorMichael Natterer <mitch@gimp.org>
Wed, 11 Jul 2018 21:57:40 +0000 (23:57 +0200)
committerMichael Natterer <mitch@gimp.org>
Wed, 11 Jul 2018 21:58:18 +0000 (23:58 +0200)
131 files changed:
babl/babl-cache.c
babl/babl-class.h
babl/babl-classes.h
babl/babl-component.c
babl/babl-component.h
babl/babl-conversion.c
babl/babl-conversion.h
babl/babl-core.c
babl/babl-cpuaccel.c
babl/babl-cpuaccel.h
babl/babl-db.c
babl/babl-db.h
babl/babl-extension.c
babl/babl-extension.h
babl/babl-fish-path.c
babl/babl-fish-reference.c
babl/babl-fish-simple.c
babl/babl-fish.c
babl/babl-fish.h
babl/babl-format.c
babl/babl-format.h
babl/babl-hash-table.c
babl/babl-hash-table.h
babl/babl-icc.c
babl/babl-ids.h
babl/babl-image.c
babl/babl-image.h
babl/babl-internal.c
babl/babl-internal.h
babl/babl-introspect.c
babl/babl-introspect.h
babl/babl-list.c
babl/babl-list.h
babl/babl-macros.h
babl/babl-memory.c
babl/babl-memory.h
babl/babl-model.c
babl/babl-model.h
babl/babl-mutex.c
babl/babl-mutex.h
babl/babl-palette.c
babl/babl-polynomial.c
babl/babl-polynomial.h
babl/babl-ref-pixels.c
babl/babl-ref-pixels.h
babl/babl-ref-pixels.inc
babl/babl-sampling.c
babl/babl-sampling.h
babl/babl-sanity.c
babl/babl-space.c
babl/babl-space.h
babl/babl-trc.c
babl/babl-trc.h
babl/babl-type.c
babl/babl-type.h
babl/babl-types.h
babl/babl-util.c
babl/babl-util.h
babl/babl-version.c
babl/babl-version.h.in
babl/babl.c
babl/babl.h
babl/base/babl-base.c
babl/base/babl-base.h
babl/base/conversions-type.c
babl/base/formats.c
babl/base/model-gray.c
babl/base/model-rgb.c
babl/base/model-ycbcr.c
babl/base/pow-24.c
babl/base/pow-24.h
babl/base/type-float.c
babl/base/type-u15.c
babl/base/type-u16.c
babl/base/type-u32.c
babl/base/type-u8.c
babl/base/util.h
docs/COPYING
extensions/CIE.c
extensions/HCY.c
extensions/HSL.c
extensions/HSV.c
extensions/cairo.c
extensions/double.c
extensions/fast-float.c
extensions/float.c
extensions/gegl-fixups.c
extensions/gggl-lies.c
extensions/gggl-table-lies.c
extensions/gggl-table.c
extensions/gggl.c
extensions/gimp-8bit.c
extensions/grey.c
extensions/half.c
extensions/naive-CMYK.c
extensions/sse-half.c
extensions/sse2-float.c
extensions/sse2-int16.c
extensions/sse2-int8.c
extensions/sse4-int8.c
extensions/two-table.c
extensions/u16.c
extensions/u32.c
extensions/util.h
extensions/ycbcr.c
tests/babl_class_name.c
tests/cairo-RGB24.c
tests/chromaticities.c
tests/concurrency-stress-test.c
tests/extract.c
tests/float-to-8bit.c
tests/floatclamp.c
tests/format_with_space.c
tests/grayscale_to_rgb.c
tests/hsl.c
tests/hsva.c
tests/n_components.c
tests/n_components_cast.c
tests/nop.c
tests/palette-concurrency-stress-test.c
tests/palette.c
tests/rgb_to_bgr.c
tests/rgb_to_ycbcr.c
tests/sanity.c
tests/srgb_to_lab_u8.c
tests/transparent.c
tools/babl-benchmark.c
tools/babl-gen-test-pixels.c
tools/babl-html-dump.c
tools/babl-icc-rewrite.c
tools/introspect.c

index 33d030d5372a07982975bab419ea0502caab7ee9..917f028d77da5b297f66ff7b14f7dc6069dee81c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifdef _WIN32
index 47c783d39520a362c2a67dcf96371e44f4d0cf9f..a1efa9d791ee6a6738c493ae3fdfddf4de757955 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_CLASS_H
index ea8d6b5a3b370305ba6a67ef376f3943a4fc077a..c25172ae5164776f54bff2b4cab1a6ecb05b5e83 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_CLASSES_H
index c3b617e3308f0dea06712e359769f9443a450ea9..ad9dfa1802230ba831279a7d0a680cb33d61d14b 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 2c45cdcb58e469716f9581d6ab498c74983341bd..483b840e4b665300dd96d34692b5bdc08aee1633 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_COMPONENT_H
index 8add99abe91377557645576398c1ce2dccc15da5..136d91f87159d627547f46cb003fcf0e87475e47 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 
index 023625a5f0aead90d8b45a7dd5375158ace9ab00..c1872232e2bf4703a2274a7ba9dfb44f38a18f86 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_CONVERSION_H
index d591d73010b879bd82a7f2cea12c8c61c5574199..aab809a1d8187ae8e97e04719870f809e3466f5b 100644 (file)
@@ -12,7 +12,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 59fdcddd31e732d4c39a3cf2bf4ef0e573d28738..e048c97a947beb5d1d9940776a15984c466e9f33 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 /*
index 8040d730fe2cf6f24231c72a0fc22c6ac9d0613b..738bc59aef0f8a2aed4f9d727c4c6af7b5e26b70 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_CPU_ACCEL_H
index fed9a05e07df7cbdb283dc793ea7714aee753174..7b45af0befe5995005bb99cde3b0e28a3ab18d9b 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 /* Reimplementation of database code using redundant hash tables
index d576e6c113872439b2bd3ba2db802bd0562a054a..9b170d1cb558f18cb9b36e0154128374213c2b9c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_DB_H
index 8e85be5844fa071547e6cba0950ccebf34ed8690..3898ef0260716c516b4d12647e1f112f287877a3 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #define BABL_DYNAMIC_EXTENSIONS
index b0b8b36cadaf78e43c4dcb3e39d46382b69db859..82e1d7e78fb86840f25ba17ad0e40897de7be033 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_EXTENSION_H
index c5aca9b657c56ee59374903a6861dfbe3f4fa3fa..a22314d81a10b8d9ef534be8ba7403f43cb4a0b7 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 5ae3cd369334b69599dadedaa6927ef401664c2d..27040ae01c796ad3cd9b4c738f94f7740cc29dfb 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index a6a3730888c75f0e5f778fa38c5e5c5f8ebbebcd..7c2777a00b46ae49dfe29084db1672f0568403f9 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 749b075c2930ec74fb33482677a66594d2de72de..8d31e1b76d3b15524a1fcda0f6a3c98dc862b109 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index db4e06f53c28c7498cbc4fd993fe832a702b7ffa..35382f03f36a9732d0520812e6db5c6f832a0e4d 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_FISH_H
index 3af5adc5901403b7e68cf239e1bda9cc4c804763..b40ca0ead63674c32c8a39338f3934115f48413b 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 333b5bad5b186b5b1b7d11229d6acab97325a8aa..ddf786160c932ca3172a331d89a5e2c0bc97d9b2 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_FORMAT_H
index e1c2e56088dede1485eae17cc2c0d4ab08a3b49b..8316db1721470589b95561c9b912cb5e266a27e3 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 /* Implementation of hash table data structure based on coalesced hashing.
index f56d02fb6706bdfa68c36a600a8afc9460b9e33a..04a46981c8ed28e73cb6c5959e6a344b7854f3ef 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_HASH_TABLE_H
index 1a445e55797bb4c294ee76bcbfaacbbdc0494b7e..b5a9c86b4c04e4443a60a80eecaba4d8e6f9314a 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index a35efd2dad1977a8a6b4b4cd793480a49e6acca5..6937ee4f390383e5fdc3c2f5f5723d1ccaecb2fa 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_IDS_H
index b2c4c9a79cd99ed4afe3fd985861852e5faa37d5..04535a441d99bb85bcc06ac1155915fbb269f337 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 0c93f49ee8a548f74946c390bfaa749cdf42a73f..ea7d05a1ecd64ea169313df6b260ac2b9870e95e 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_IMAGE_H
index e0b4f7a687fc8b9c4f0cd380a6f99fd577b37844..2f3c42e5b1c6fe1e61abc81ab8b9c400e6cf7e1f 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index ee920ed97e71a1e9829908ea3fbd0c10910ce964..08530b818569fc726b75e76a8e269e1d2d3c297c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_INTERNAL_H
index 5d0cb9d27011f708b10c4e21c5ee9113ea102097..6230f9210a7437f10fa8de56342b88f1f2c3590d 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 6e32a2a6a3d5f238477a5dcf06412819915dec84..27f662687a217a669de30d563e69c5e882880536 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_INTROSPECT_H
index beb7b612c9752c7b24d4f9d41f261b1fe448a322..6466a218ec7f30056a7c34cf10ebe3816c556544 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 /* Implementation of list data structure.
index 69af9fcf28bfaff23accd264a65aaa42200380e4..aad886267940807416aaa15c3382a1da11f2d0ca 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_LIST_H
index 61d372b6ddc08587bca61de73b85cd1407aa2a63..010d97f7db2c6462f1ab142d52dfbeaef73c2cde 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_MACROS_H
index f4028402a9c4f8e40056ace4721b52915b7923fa..658c495067a9e43aca61ed17aef311bbaf43152c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 251f0c312b45b7cde9656192538772d189d7bbac..eb55c8d72ddcd14873d6c3c8ab0379207d9a92fb 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_MEMORY_H
index d3471ed77afeb66789908e63c28d9182e27c1cf8..f5330fe0ede55fa2d3cd807b5939bab149127d83 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 0862379380ac065160c397b3de1a374b6bd285ff..ee0e51f8351108d222b60f0e32cf6a0012bdad56 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_MODEL_H
index 4fa5f29b0d6a14677b8f245533aaaf5114d3df48..3df646e6f7aab29ff4bd472dd5357e8cb20556f5 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 57154b3471e68d89676032b683132043e43a2fc0..77cb79870272e2fd187ae5a40bd8754f60b3f2e0 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_MUTEX_H
index 7b47aafe43032796bcf7906cf058c857a0c18eb9..9b232ce3f8fddf4379264948e38e82ea52d9c86c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <stdlib.h>
index d27c1bb93cdd5ac065671249180e6598d4476505..cf29567c4a3d9a4d7b4404e011914728385b6aee 100644 (file)
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifdef BABL_POLYNOMIAL_DEGREE
index d8835422e8c31bb7714129ccebb32d26ed2fec26..233c74311f214be7bc41c81210dd47faa5fc68ab 100644 (file)
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_POLYNOMIAL_H
index a8f7109201be6d0098ef89d1aa6db5cb767fa6b2..265c1c8f81a2fffd8d0a40e115c5ef45de0af5dd 100644 (file)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "babl-ref-pixels.h"
index fe2e5957983571a33bb30a459dfdd41b1959107e..cab49ed19d3cbc67229f461ab467eca3a37ab2db 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_REF_PIXELS_H
index 1b1362bba8b6e3a61e2a0eb2e47f2ef99fd45326..b706da741a6401998d9c7a1f0aa99ad5d1514029 100644 (file)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 /* THIS IS A GENERATED FILE - DO NOT EDIT */
index 15b6532f29416fef531c7b2f435bc1fb14199064..e671078647b00596999b02909356ca314b7ec03a 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #define HORIZONTAL_MIN    1
index 82e6d15946e213a7245d8a989fae812e62ac3002..e3aa7ed241aa0901e1a230f7344718b9917bb1a9 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_SAMPLING_H
index 5eb74b4c9104a0bfaf4c65a8cab740af848ad143..2c18d5672462088e4dfe963966c7b3c4360dd71b 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 7a3fa6822f888aabc55e95be003d16a1fb51cf70..4a52c9eaa1cedaa9ab462014d1a0b7cad712b714 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #define MAX_SPACES   100
index 119c686e54a3258c3c78de21c455252b0b2412d7..25f100bca44c9bc276bfa689298af83201b52017 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_SPACE_H
index 11f79a689a3e8e8c92bd1d439839c8c3ced52dc8..cf75eb97de1b5176e35cd1c552b31eed515831c3 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #define MAX_TRCS   100
index e7e5da522b5203ae967e9abf826c640c9b28dc5e..380a736108cb66e00cd77ac29ee1198e5abc2930 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_TRC_H
index 86b1a3fdeede30c9b1f8ceea3e51e535f3bc6e59..759d60484f7bab5b972d290dcad468b8ab14efa2 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 8030fe57317344b5785938ee69f41597d97cbebc..fb451c5ed2bdf38c7a5138aac49088b3e1f196f3 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_TYPE_H
index 3df81e733a497b65f270290fd65c63fe9c7e1a00..c43ce1a582f3f4e7e391fe7b165017091872354b 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_TYPES_H
index 60b695df1f90f189763bfc4e7b924763c688f7ec..cab9ab1d9135e4c81e195eeb9ab3b14910aa7fdd 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 05ebdf4d5c3a85cfa562e96d801e9f95010d2aff..9caec36dc07e06aba09882d284749f39442a0569 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_UTIL_H
index 81e4efdeedb9a9106906e6680e70585b031c5680..9c757b55c93e2c4f40c5be784845c001bda57d71 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index ab008244cb969dd159b7e7849025d1d04799d506..6b44e0d91b96755edb76f57f79a9cefa52bfa71a 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_VERSION_H
index 3d7573ef362c0365a17f3a11cd9b007f9c215178..979cd46a1e77f42444743ad62a160b424dfb558c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index f0dc85221758923c395ca5380d8e390758d0bd19..e6e2766e2fe5fe280798f4ea025a50334c54b1d3 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_H
index 3fe3cfc2288df06be6967c0e16e3cf5a9cce1b8f..a25a14449cdd64bfcffbb6b32796a14eb78cd445 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 588e2f13c2f6e9635760c017ccbfa43a2b738a59..80a5b541481e9c2c8e2f0541fc4191a9a227143a 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_BASE_H
index b2fd855391e3aaa294947c6de8fd9cef3b2c5424..5ac174505475b0a334b2b453208cc1de74455f7d 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 959c472203335bbe30836da12ad4f5836402884f..99bf6057403af679843dec4077e49e564a25f910 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index ea1ca98cb2c47321a721ac9641a128e7c45855cb..9d3677b6adec1dc9082bba2ca80c50fc5a3bb505 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 16aa4d148a29c4a50f6cb7378d81dd973839e0f5..66e16abc03d12f80924bf2492ed8fe9cb7d48be2 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 44f6cce637de4d07c10e3a50b778aa759c4d5e11..1d6acb7e7e30695681e0fe1aaa2afeac1fa37d1b 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 4587bf14d2b4956fe5f29563a11661fd98404d57..f691458321314257da8553cf2b1a418e597cf49c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <math.h>
index 3ea6984d4706fdd60726c267e194aed3f37f821e..ecd1282a1cda735b4295bb0da9adc43c8be9191f 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BASE_POW_24_H
index 709c7fa13b180b7936c47fdc2e523465ce1a6448..750d8366f1dd1dae537fd967852324f023ae73fc 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 355f87581650a685bd2c974d97a8f3ca2e7c4bcd..1f1efe00ccb81b4b6ca6a80797b8c6bea470fd11 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 4a7c8f10fc0c1c79b065568af24d312e69d15372..104bdf4ac55ec5e39e98e5cdd3571fdc7aefab09 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 66a56548fc29e6e5268ff324accc906a54071cac..3757925ffd63eee54d9ca792bdd27ee5ac60f6b8 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index d17590d860ba2a859968c6e7ab784c2f455bbfd4..3d792297641e614fef8e7605aa09141cb7ba499e 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 50bba74b170eeb7192ab75879ea630fd1774f101..b30c9352a6106d4502d871619ea95d10c2b6abea 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _BASE_UTIL_H
index 94a9ed024d3859793618152ea559a168bbcbb5e2..76525e7c7dc2d01bcd73ad7d3b3a8fdae9741a39 100644 (file)
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,7 +664,7 @@ might be different; for a GUI interface, you would use an "about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
index b93b0556ac6cacb3e7d1ed6e2e82ffddd852726a..6d701ae7035f8c8a74d573b2faa368d99782bd35 100644 (file)
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 82b1d695e40672d1f856b11cd4b1264f5f0a9e91..e78d7044b842f883f031488cc4532767ab923e45 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
  /*
index 88f8705faab0204e8f3473c786e420ef5401c99b..76d263bda8ede7c207c1e1958830e0c5f35f2140 100644 (file)
@@ -12,7 +12,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index f4bf01fb01868b43d391928576a7ff6a9192bdaa..f486981297fcb9acbd1b40641d65355792b2d790 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
  /*
index b2967512bc58156bc9981f58ccbd13c1bb08c8cf..77607c5c540dec0065161500f867f90b2363b2db 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <stdlib.h>
index 98a3351ccb99b78735f638896067a04a480c86e2..87b7e3bd3e5962522eaf75c70a36568c59cc506d 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index b0b7dba2efd6dae4fdc90c4479c5fd4bc5d47a7a..41622046222856ef06256c0e356e79532d561d96 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index d700b141b4e9a27eae1c44a62df4bac73f4573d3..4012366f1c68282fdeffb5569848eb32ed81ca1f 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 1fbb2bd001fabdd00debbc43325fb369ad4863a1..d866154429aabfaa86b61166fc45a437e4a018c0 100644 (file)
@@ -14,7 +14,7 @@
  *    GNU General Public License for more details.
  *
  *    You should have received a copy of the GNU General Public License
- *    along with GGGL; if not, see <http://www.gnu.org/licenses/>.
+ *    along with GGGL; if not, see <https://www.gnu.org/licenses/>.
  *
  *    Rights are granted to use this shared object in libraries covered by
  *    LGPL. (exception added, during import into babl CVS.)
index c08dccd7cec0327d2ff38d9657ba6e084cce0f7d..02b3139e25a29fb56a4929401caf16f55aa2ee94 100644 (file)
@@ -15,7 +15,7 @@
  *    GNU General Public License for more details.
  *
  *    You should have received a copy of the GNU General Public License
- *    along with GGGL; if not, see <http://www.gnu.org/licenses/>.
+ *    along with GGGL; if not, see <https://www.gnu.org/licenses/>.
  *
  *    Rights are granted to use this shared object in libraries covered by
  *    LGPL. (exception added, during import into babl CVS.)
index 88da9b64c6eb380780a97cf6da1444276e4daa63..5cca68d06340d1157f8c5b3d59d7f80c587f3c84 100644 (file)
@@ -15,7 +15,7 @@
  *    GNU General Public License for more details.
  *
  *    You should have received a copy of the GNU General Public License
- *    along with GGGL; if not, see <http://www.gnu.org/licenses/>.
+ *    along with GGGL; if not, see <https://www.gnu.org/licenses/>.
  *
  *    Rights are granted to use this shared object in libraries covered by
  *    LGPL. (exception added, during import into babl CVS.)
index 37d68dc62b42a22978704f5ee614636f91d0ddad..039ef2e5e6b507c04a3733fd0bc6e1456006e5c0 100644 (file)
@@ -13,7 +13,7 @@
  *    GNU General Public License for more details.
  *
  *    You should have received a copy of the GNU General Public License
- *    along with GGGL; if not, see <http://www.gnu.org/licenses/>.
+ *    along with GGGL; if not, see <https://www.gnu.org/licenses/>.
  *
  *    Rights are granted to use this shared object in libraries covered by
  *    LGPL. (exception added, during import into babl CVS.)
index 200caa3f1b29d6f3620dc7e8ada05b86fbf82eb4..1b0fed49f550bb4446436ae4fc2f2abebe7969fb 100644 (file)
@@ -13,7 +13,7 @@
  *    GNU General Public License for more details.
  *
  *    You should have received a copy of the GNU General Public License
- *    along with GGGL; if not, see <http://www.gnu.org/licenses/>.
+ *    along with GGGL; if not, see <https://www.gnu.org/licenses/>.
  *
  *    Rights are granted to use this shared object in libraries covered by
  *    LGPL. (exception added, during import into babl CVS.)
index a99429835a09650abfeb705c4cc271162708c7ff..000ce0ec686567473683dd0b697e38eed0c48169 100644 (file)
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 8989fe560a5f7b5192e12b6f9478f13a76b09799..6afcedb8be6c0d368f70e428251f9016a333e418 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index c45ea8516d33c14ae7f1849b4ea9889544a39524..1342f78bf484437c40674dcc96bd0373881afc12 100644 (file)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 /* Copyright:   (c) 2009 by James Tursa, All Rights Reserved
index ce76c4b4b9e0b9bd852a6c99f343f06fe1341a9c..3b7a70c7d3445f551a09fdc638b467b7817b09e5 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 9f0dfe4097ccf46a93a86a762c0647c73511c7d3..4b57392646c1049681d7cf7b968d2968ecd0135d 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 800ac971e2b43aaf24a3737c64ca065e533fac6c..6e7aaf16033e60282a83ea1edbd49215f1f4a078 100644 (file)
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 24815b3fcf921ee4d3d2300d25aab5f18a2c3ada..e7b870e67a95558d164136d5da5c4c7eae7db71f 100644 (file)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index d8bd187319b2ef088396374881974bb29634ee43..246b2511a45ab71ce41ae4014542673c68b303f8 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 0eb084652f473493040b71e32854454c2b79e1c3..b74a7c6b0c209db1836d9039a04a5afbf88fd0d2 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index be69e5f7d2ad3da07e03e53fc9aaa8a9791873fa..3202e69b398df8486d7347f0416ca5d90079fc61 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <stdlib.h>
index ad0a35acd54f5ce7877baaab3f506fd2ee681a99..b5d772fd9e101fdfc228b218b3142d07ea8b65ba 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 5e378cbf3ab6c70ef979b9aba79bc8533fef908a..36923d450246b9824e3441a35c667a3599683240 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index cb872f8685c74dce06d53e6da0be0923b88f3d90..d4d48acbfc8f6a5d3faf88d22ca4a093b43a2b7b 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #ifndef _UTIL_H
index 5da49cbc9db7b35fde478877360459ca6a9187a0..200aa78a6504df58df1e16ebf7fe12fb70ff85d4 100644 (file)
@@ -12,7 +12,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 8a7bab103dbf2c48ad7338f6ce619283809e349b..c0724f048f24e77061c91a51aa726f156ffd8c7e 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index a50eca172f3044deb5fc49add0b7bc60a71aa153..31367f7a9fc2f805aee517780c8bae8225f24bc7 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 2c8364acb68c90989e30b1472e8ed5801cccc3ad..a57ceada994ab5b4f4f741d834896d6190b2564f 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 7832c23a4dfa4204b23b1ae3066ce3afb8f5ff4c..a02a519b91e8dd16398c232de4ecdcab83630415 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 
index f27662bdbb15184d92d02e1f5fa77aea6bff291a..ffd9f5cc0829e32cb21df9cd8ee47e0b46b20419 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index a93591c273902fb5053f78ef9cdd89cad35921d1..1a3cafc35790adfa8cd3477ac39bb6eaab31f56f 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 4ba799242ace3d53b1ab9f01d133a38a161286f8..7960e13413986d923737fe106ef4a22c8ebbeb34 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index cf106347487f32d77248514f614548163f9a8153..34f53322a6ea3c5a88030f0744491b1850659e03 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index b59da38a3ad7bad4ce8d2ccd6e68ccc7024dec33..c3ec7c7a664217fa2588ed620b8f9700b6ad6189 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index ab7174763d4601261d7cde9b3bbda48999c42adb..0457c7f0c5af95954f2c1c55588cda58c109d436 100644 (file)
@@ -12,7 +12,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <stdio.h>
index 6e1fbbb628347f654bb0d4766709f47a748c0576..66b93b87d7c438c7107ac61a55a7816ec8354438 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
  /*
index 0d62e7d5fb1e31e48184b2a477ac4ac3730ecd7f..afe5d257f5b66e025f7f63692810122df2f3da21 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 
index 4bb7d292c51574f2c7880da6201b9b9949f12251..86c6437dcc01269a2f7b307e408fd9545c861da1 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 7d79dc4aeddc7d7528d3c8b3290a13a6dd4693c3..0ea6fe0d78b3e7072361e466b7e07611f77b997e 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 869cd90b7a859a08c4d044aad594a7fbdc043bd5..a42b15d95c47c83969f37fa5d2b300b22cd6d06f 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 
index ce21cf664dfd46e15d63afefb50fac39d6423668..abf47560f6f54b85ddbcbc366f21bf2e04407445 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 60fee1f24c590c880ceefc58f65f53fa90c14377..4e632223709a9690eeb95de3af46eb334b6c3e6e 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 
index 49ddee37a77e6c6d54044fe5ec6cbeb599d78154..c02f7433de8f907854e73915b2b4ce861a0bdf17 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 
index d0141c8b28510fbac8649fec49ec104c0cdd506a..28158ee835f8f265055cd8fce9a225af81b454e6 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 85856456910d68d1dc58f72180ff303e6f557e25..8974660fc41c63ad27d395625628921186d0028e 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 6ab64f4f3a789732012b8be594f99875aef9c566..7cbc6ea3f3354a53e8ac413a4e49cbe2d59a30fb 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 /* Verify that conversion of fully-transparent pixels preserves color
index 1f1f90c522e2f487e4bd6959273cc79a4a2ad647..e7cec511d6fc1fce05ac045fcca488ddd331e4f8 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 12b80400342220e5a35e1dfafe1af9a21edb33fa..9d4492e3ede1f9dfc55c6d2e8ede9f1c8554940c 100644 (file)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <stdlib.h>
@@ -182,7 +182,7 @@ int main (int argc, char **argv)
     " *\n"
     " * You should have received a copy of the GNU Lesser General\n"
     " * Public License along with this library; if not, see\n"
-    " * <http://www.gnu.org/licenses/>.\n"
+    " * <https://www.gnu.org/licenses/>.\n"
     " */\n"
     "\n");
 
index 4c01611c77cc77fe996e80825fab86564803b2ab..4f59b4da3b430d79974b33450ec29e5e91793966 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  *
  */
 
index bc83b2584a185e4e9d1e6d65b4820479265dec77..e91499ac35ce21104e1c4228a92d6a33c86d429d 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index b52ed9fb9d0d78a044c5211fa9be751ada2ae925..5cd667f947f6d6682663bf5e04b19cf392c0eaf8 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Lesser General
  * Public License along with this library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"